dvb_table_header

@struct dvb_table_header @brief Header of a MPEG-TS table @ingroup dvb_table

@param table_id table id @param section_length section length @param syntax syntax @param id Table ID extension @param current_next current next @param version version @param section_id section number @param last_section last section number

All MPEG-TS tables start with this header.

Members

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

id
ushort id;
Undocumented in source.
last_section
ubyte last_section;
Undocumented in source.
section_id
ubyte section_id;
Undocumented in source.
table_id
ubyte table_id;
Undocumented in source.

Meta